pp108 : unregisterFrame Method

unregisterFrame Method


This method unregisters a frame that is registered to the Process Platform Ajax Toolkit framework.

Syntax

system.unregisterFrame(sFrame)

Parameters

Parameter

Description

sFrame

Required. String that denotes the name of the frame to be unregistered with the framework. This name should not be the name of one of the frames in Process Platform Ajax Toolkit framework.


Return Value


No return value.

Remarks


Using the unregisterFrame feature of Process Platform Ajax Toolkit, it is possible to unregister frames registered using the registerFrame method of system component.

See Also


System, iframecontainer, registerFrame